Keycloak REST Services 1.5.0-Final

Path: / admin / realms / {realm} / clients / {id} / protocol-mappers / add-models

creates multiple mapper

Path parameters:
realm - realm name (not id!)
id - id of client (not client-id)

Resource Methods
Method Summary
NameDescription
POST /admin/realms/{realm}/clients/{id}/protocol-mappers/add-modelscreates multiple mapper

Method Detail

POST /admin/realms/{realm}/clients/{id}/protocol-mappers/add-models

creates multiple mapper

HTTP Example:
POST /admin/realms/{realm}/clients/{id}/protocol-mappers/add-models
API Example:

ProtocolMappersResource.createMapper({'realm': /* name realm name (not id!) */,
  'id': /* id id of client (not client-id) */,
  '$entity': /* creates multiple mapper */});

Input:
List<ProtocolMapperRepresentation>
Output:
void
Consumes:
application/json

Keycloak REST Services 1.5.0-Final